/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */

html{
	height: 100%;
}

body{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	background-image: url(../imagenes/Fondo-Nosotros.jpg);
	background-size: 100% auto;
	background-position: center;
	background-attachment:fixed;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.contenido{
	width: 100%;
	position: relative;
	text-align: center;
	height: 100%;
}
.clr{
	clear: both;
}

#izquierda{
	width: 85%;
	height: auto;
	float: left;
}

#logo{
	width: 15%;
	height: auto;
	margin-top: 0;
	margin-left: 3%;
	float: left;
}

#logo img{
	width: 100%;
	height: auto;
}

#cuadro1{
	width: 69%;
	height: auto;
	margin-right: 3%;
	float: left;
	padding-top: 3%;
}

#cuadro1 img{
	width: 100%;
	height: auto;
}

#cuadro2{
	width: 55%;
	height: auto;
	margin-right: 3%;
	float: left;
}

#cuadro2 img{
	width: 100%;
	height: auto;
}

#cuadro3{
	width: 39%;
	height: auto;
	margin-right: 3%;
	padding-top: 3%;
	float: left;
}

#cuadro3 img{
	width: 100%;
	height: auto;
}


#barra{
	width: 15%;
	height: 100%;
	float: left;
}

.boton{
	width: 95%;
	height: auto;
	float: left;
	margin-bottom: 3%;	
	margin-left:5%;
}

.boton img{
	width: 100%;
	height: auto;
}

#btn_home{
	margin-top: 10%;
}

#Datos{
	font-family: 'Alice', "Times New Roman";
	font-size: 95%;
	float: left;
	width: 90%;
	height: auto;
	padding:5%;
	color: #b08e32;
	text-align: right;
	margin-top: 15%;
	margin-bottom: 3%;
	background-color: rgba(255, 255, 255, 0.8);
}

#face{
	margin-top: 2%;
}

#Creditos{
	font-family: 'Alice', "Times New Roman";
	font-size: 80%;
	float: left;
	width: 90%;
	padding:5%;
	color: #b08e32;
	text-align: right;
	margin-top: 1%;
	margin-bottom: 0;
}

#Creditos a{
	color: #b08e32;
	text-decoration: underline;
}

.Circulos {
	margin-top: 5%;
	margin-left: 45%;
	float: left;
	width: 50%;
	height: auto;
}

.Circulos img{
	width: 100%;
	height: auto;
}

#circ_reiki{
	margin-left: 17%;
}

.foto{
	float: left;
	width: 30%;
	height: auto;
	margin-left: 20%;
	margin-top: -15%;
}

.foto img{
	width: 100%;
	height: auto;
}

#Foto_Reiki{
	margin-left: 0;
}

.Texto {
	width: 40%;
	height: auto;
	padding-bottom: 3%;
	float: left;
	font-family: 'Alice', "Times New Roman";
	line-height: 150%;
	color: #666;
	font-size: 120%;
}

#text_reiki {
	margin-left: 3%;
	width: 32%;
}

#text_Trat2{
	margin-bottom: 5%;
}

.productos {
	width: 90%;
	margin: 30px 7% 20px 3%;	
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.producto-individual {
	width: 22%;
	margin-bottom: 20px;
}

.margin-left {
	margin-left: 11%;
}

.margin-right {
	margin-right: 11%;
}

.foto-producto {
	width: 100%;
	margin-top: 7px;
}

.foto-producto img {
	width: 90%;
	margin: 0 auto;
}

.texto-producto {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.titulo-producto {
	color: #b08e32;
	text-transform: uppercase;
}

.texto-producto {
	font-size: 100%;
}

.banner {
	width: 100%;
	margin-bottom: 30px;
}

.banner img {
	width: 100%;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}




/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*///////////*



/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*////////////////////////////*/



/* Media Queries */





@media only screen and (max-device-width : 480px) {
	.productos {
		justify-content: center;	
	}

	.producto-individual {
		width: 90%;
	    margin-bottom: 20px;
	}

	.margin-left {
		margin-left: 0;
	}

	.margin-right {
		margin-right: 0;
	}

	.foto-producto {
		width: 100%;
		margin-top: 0;
	}

	.texto-producto {
		width: 100%;
		text-align: center;
		margin: 25px 0 50px 0;
		font-size: 170%;
	}

	.banner.mobile {
		margin-bottom: 100px;
	}

	.banner.desktop {
	    display: none;
	}
	.desktop {
		display: none;
	}
	.mobile {
	    display: block;
	}
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		
body{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	background-image: url(../imagenes/Fondo-Nosotros.jpg);
	background-size: 100% auto;
	background-attachment:fixed;
	background-repeat: repeat;
}
		
		
#logo{
	width: 50%;
	height: auto;
	margin-top: 0;
	margin-left: 3%;
}

#izquierda{
	width: 70%;
	height: auto;
	float: left;
}

#cuadro1{
	width: 106%;
	height: auto;
	float: left;
	padding-top: 5%;
	margin-left: -10%;
}

#cuadro2{
	width: 97%;
	height: auto;
	margin-right: 3%;
	float: left;
}

#cuadro3{
	width: 60%;
	height: auto;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 3%;
	float: left;
}


.Circulos {
	margin-top: 7%;
	margin-left: 7%;
	float: left;
	width: 80%;
	height: auto;
}

.Circulos img{
	width: 100%;
	height: auto;
}

#circ_reiki{
	margin-left: 7%;
}

#text_reiki {
	margin-left: 5%;
	width: 50%;
}

#text_trat2{
	margin-bottom: 5%;
}

.foto{
	float: left;
	width: 30%;
	height: auto;
	margin-left: 3%;
	margin-top: -15%;
}


}

@media only screen and (device-width: 800px) and (orientation: landscape) {
	
	body{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	background-image: url(../imagenes/Fondo-Nosotros.jpg);
	background-size: 100% auto;
	background-attachment:fixed;
	background-repeat: repeat;
}



}